home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 10 / developer source - volume 10.iso / visua / nov97 / masof111.gif < prev    next >
Graphics Interchange Format  |  1998-06-08  |  19.4 KB  |  501x179  |  4-bit (16 colors)
   ocr: Token Type Constant Description TT NUMBER Indicates a number token was read. The nval member of the: Streamlokenizer holds the value of the token. TT WORD Indicates a string token was read. The sval member of the StreamTokenizer holds the string value of the token. TTEOL Indicates an end of the line was reached. TTEOF indicates the end of the input file was reached. <value> Any other value returned is the actual ASCII value of an ordinary character. An ordinary character has no signiticance as: part of a word or a number. Figure 11:The Streamlokenizer public constants.